home *** CD-ROM | disk | FTP | other *** search
- // plaguewind explosion file
-
-
- // time NOP
-
- // time CREATE repeat chance timer templatename distance offset
-
- // time APPLYDAMAGE
- // time SETDAMAGE min max [pulse] [type] [radius]
-
- // time DYNAON
- // time DYNAOFF
- // time DYNAINTENSITY INSTANT value
- // time DYNAINTENSITY RAMP value time
- // time DYNAINTENSITY GAUSS value time peakVal peakTime
- // time DYNARADIUS INSTANT value
- // time DYNARADIUS RAMP value time
- // time DYNACOLOR INSTANT R G B
- // time DYNACOLOR RAMP R G B time
-
-
- 1 DYNAON
- 1 DYNAINTENSITY RAMP 300 1000
- 1 CREATE 1 1.0 500 plaguewind_flash 5 0 0 2
- 1 CREATE 1 1.0 3500 plaguewind_sec 5 0 0 2
- 1 CREATE 1 1.0 3500 plaguewind_tri 5 0 0 2
- 100 SETDAMAGE 5 6 1000 9 256
- 2000 DYNAINTENSITY RAMP 0 3000
- 5000 NOP
-
-